home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / fax / src / etc / config.zyxel-1496e-2.0 < prev    next >
Text File  |  1994-08-01  |  2KB  |  57 lines

  1. # $Header: /usr/people/sam/fax/etc/RCS/config.zyxel-1496e-2.0,v 1.2 1994/04/25 17:33:47 sam Rel $
  2. #
  3. # Configuration for a ZyXEL-1496E w/ Class 2.0 firmware.
  4. # Firmware revisions from 6.12 on should work.
  5. #
  6. # This configuration file sets up the ZyXEL to run at 38.4 for
  7. # both sending and receiving.  RTS/CTS flow control is used on
  8. # the tty port--you probably shouldn't use XON/XOFF.  Note that
  9. # on an SGI system the getty speed is the following non-standard
  10. # gettydefs entry:
  11. #
  12. # dx_38400# B38400 # B38400 SANE TAB3 HUPCL #\r\n\n$HOSTNAME login: #dx_38400
  13. #
  14. # CONFIG: CLASS2.0: ZyXEL*
  15. #
  16. CountryCode:        1
  17. LongDistancePrefix:    1
  18. InternationalPrefix:    011
  19. AreaCode:        415
  20. DialStringRules:    etc/dialrules
  21. FAXNumber:        +1.415.965.7824
  22. ServerTracing:        1
  23. SessionTracing:        11
  24. RecvFileMode:        0600
  25. LogFileMode:        0600        # private log files
  26. DeviceMode:        0600        # device is accessible only to uucp/fax
  27. SpeakerVolume:        off
  28. RingsBeforeAnswer:    1        # answer on first ring
  29. #
  30. ModemType:        Class2.0    # use class 2.0 interface
  31. ModemRate:        38400        # 38.4 works fine
  32. #GettyArgs:        "-h %l dx_%s"    # NB: enable this for dialins
  33. ModemFlowControl:    rtscts
  34. ModemFlowControlCmd:    &H3        # hardware flow control
  35. ModemSetupDTRCmd:    &D2        # DTR off causes modem to hang up
  36. ModemSetupDCDCmd:    &C1        # DCD tracks carrier
  37. #
  38. # NB: hack to force RTS/CTS flow control when in Class 2.0
  39. #
  40. ModemSetupAACmd:    +FLO=2+FAA=1    # enable in current class
  41. #
  42. ModemDialCmd:        DT%s        # no '@' 'cuz then busy not recognized
  43. NoCarrierRetrys:    3        # retry 3 times on no carrier
  44. #
  45. # Additional reset commands:
  46. #
  47. # &B1      DTE-DCE rate is fixed at DTE setting
  48. # &N0      Auto-negotiate highest possible DCE-DCE link rate
  49. # &S0      DSR always on
  50. # *F0      Deny remote configuration
  51. # S18=2      Receive at 38400
  52. # S38.3=1 DCD on/off sequence follows UNIX standard; also
  53. #      fix receiving baud rate at S18 value
  54. # S39=0      (avoid Class 2 compatibility hacks)
  55. ModemResetCmds:        &B1&N0&S0*F0S18=2S38.3=1S39=0
  56.